home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / hmview32.exe / 0 / RCDATA / TIMAGEFORM / TIMAGEFORM.txt
Encoding:
Text File  |  1999-04-15  |  544 b   |  28 lines

  1. object ImageForm: TImageForm
  2.   Left = 591
  3.   Top = 236
  4.   Width = 227
  5.   Height = 234
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'ImageForm'
  8.   Color = clBlack
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poDefaultPosOnly
  15.   WindowState = wsMaximized
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 317
  23.     Height = 306
  24.     Stretch = True
  25.     OnClick = Image1Click
  26.   end
  27. end
  28.